projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42362d9
)
clean-up unnecessary function prevent_gc
author
Andrea Corallo
<akrl@sdf.org>
Sun, 22 Dec 2019 08:14:07 +0000
(09:14 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:14 +0000
(11:38 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 0ec0edd27ea3f313bbe2c0f36dcbceac68e12f74..9f8c24f3cf081864dc044262dfd8c94b5889770c 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3204,11
+3204,6
@@
helper_PSEUDOVECTOR_TYPEP_XUNTAG (Lisp_Object a, enum pvec_type code)
/**************************************/
static Lisp_Object Vnative_elisp_refs_hash;
-static void
-prevent_gc (Lisp_Object obj)
-{
- Fputhash (obj, Qt, Vnative_elisp_refs_hash);
-}
typedef char *(*comp_lit_str_func) (void);